Dream Code Studio Logo
DREAM CODE STUDIO
1 min read

Smart Importer released

unityunity-editorunity-utilitiesunity-packagestools
Allows import Unity packages (.unitypackage) to custom folder, ignoring initial assets paths. NPM Package openupm Licence

Install from npm 🤖

  • Navigate to the Packages directory of your project.
  • Adjust the project manifest file manifest.json in a text editor and add com.dreamcode is part of scopes.
  • `json { "scopedRegistries": [ { "name": "npmjs", "url": "https://registry.npmjs.org/", "scopes": [ "com.dreamcode" ] } ], "dependencies": { ... } } `
  • Open Package Manager and press Install button.
  • Open the menu item Import Package > Extract Here
  • https://user-images.githubusercontent.com/7010398/221209668-6680d81d-01b9-4071-9a5c-06f8d13e267a.mp4

    Well done 🤝

    Now you can import .unitypackage to custom folder.

    Unity Editors Support

    Smart Importer implemented via C# Reflection and pass tests on the editor versions 2020, 2021, 2022
    All Posts
    Dream Code Studio Logo
    Dream Code Studio
    Sharing knowledge on Unity and .NET development.
    whoami
    → Game Developer & .NET Enthusiast
    cat social_links.json
    git status
    Blog posts updated
    Catppuccin UI deployed
    ~ More content coming...
    echo "© 2025 Dream Code Studio. All rights reserved."
    © 2025 Dream Code Studio. All rights reserved.
    Made with using Next.js & GSAP